Spread Windows Forms 12.0 Product Documentation
FieldCollection<T> Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace : FieldCollection<T> Class
Represents a collection for Field object, which is a base class.
Object Model
FieldCollection<T> Class
Syntax
'Declaration
 
Public Class FieldCollection(Of T As Field) 
   Inherits GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection(Of T)
'Usage
 
Dim instance As FieldCollection(Of T)
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>
         GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection<T>
               GrapeCity.Win.Spread.InputMan.CellType.Fields.DateTimeFieldCollection

See Also

Reference

FieldCollection<T> Members
GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace